[SPARK-33483][INFRA][TESTS][3.0] Fix rat exclusion patterns and add a LICENSE#30424
Closed
dongjoon-hyun wants to merge 1 commit intoapache:branch-3.0from
dongjoon-hyun:SPARK-33483-3.0
Closed
[SPARK-33483][INFRA][TESTS][3.0] Fix rat exclusion patterns and add a LICENSE#30424dongjoon-hyun wants to merge 1 commit intoapache:branch-3.0from dongjoon-hyun:SPARK-33483-3.0
dongjoon-hyun wants to merge 1 commit intoapache:branch-3.0from
dongjoon-hyun:SPARK-33483-3.0
Conversation
HyukjinKwon
approved these changes
Nov 19, 2020
Member
Author
|
Thank you, @HyukjinKwon . |
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
Member
|
Merged to branch-3.0. All related tests passed. |
HyukjinKwon
pushed a commit
that referenced
this pull request
Nov 19, 2020
… LICENSE ### What changes were proposed in this pull request? This PR fixes the RAT exclusion rule which was originated from SPARK-1144 (Apache Spark 1.0) ### Why are the changes needed? This prevents the situation like #30415. Currently, it missed `catalog` directory due to `.log` rule. ``` $ dev/check-license Could not find Apache license headers in the following files: !????? /Users/dongjoon/APACHE/spark-merge/sql/catalyst/src/main/java/org/apache/spark/sql/connector/catalog/MetadataColumn.java !????? /Users/dongjoon/APACHE/spark-merge/sql/catalyst/src/main/java/org/apache/spark/sql/connector/catalog/SupportsMetadataColumns.java ``` ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CI with the new rule. Closes #30424 from dongjoon-hyun/SPARK-33483-3.0. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: HyukjinKwon <gurwls223@apache.org>
|
Test build #131332 has finished for PR 30424 at commit
|
Member
Author
|
Thank you for merging, @HyukjinKwon ! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
This PR fixes the RAT exclusion rule which was originated from SPARK-1144 (Apache Spark 1.0)
Why are the changes needed?
This prevents the situation like #30415.
Currently, it missed
catalogdirectory due to.logrule.Does this PR introduce any user-facing change?
No.
How was this patch tested?
Pass the CI with the new rule.